Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nccopy chunking to use default chunking #1764

Merged
merged 2 commits into from
Jun 25, 2020

Conversation

DennisHeimbigner
Copy link
Collaborator

re: #1763

The nccopy program incorrectly set default chunking parameters
to use full dimension lengths. Instead, it should use the
values computed by the default chunking values as defined
in nc4_default_chunksizes2 in the netcdf library.

Solution: Revert to the old behavior.

re: Unidata#1763

The nccopy program incorrectly set default chunking parameters
to use full dimension lengths. Instead, it should use the
values computed by the default chunking values as defined
in nc4_default_chunksizes2 in the netcdf library.

Solution: Revert to the old behavior.
@edwardhartnett
Copy link
Contributor

I suggest you also update the RELEASE_NOTES. This is the kind of change people will expect to see there.

@DennisHeimbigner
Copy link
Collaborator Author

Oops! I always forget to do that.

@WardF
Copy link
Member

WardF commented Jun 25, 2020

Thanks!

@WardF WardF merged commit e07e24b into Unidata:master Jun 25, 2020
@DennisHeimbigner DennisHeimbigner deleted the dfalt.dmh branch March 17, 2022 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants